home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Commodities
/
ClipHistory
/
Catalogs
/
ClipHistory.cd
next >
Wrap
Text File
|
1996-09-26
|
4KB
|
239 lines
;
MSG_PROJECT_MENU (1//)
Project
;
MSG_ABOUT_ITEM (//)
?\0About...
;
MSG_SAVE_ITEM (//)
A\0Save item as...
;
MSG_HIDE_ITEM (//)
H\0Hide
;
MSG_QUIT_ITEM (//)
Q\0Quit
;
MSG_EDIT_MENU (//)
Edit
;
MSG_DELETE_ITEM (//)
~Del\0Delete item...
;
MSG_CLEAR_ITEM (//)
~s Del\0Delete all items...
;
MSG_PREFS_MENU (//)
Options
;
MSG_ICON_ITEM (//)
C\0Create icons?
;
MSG_ASCII_ITEM (//)
I\0Save text as IFF?
;
MSG_REQTOOLS_ITEM (//)
R\0Use ReqTools?
;
MSG_BAD_HOTKEY (//)
Bad hotkey specification for %s:\n\
\"%s\"!
;
MSG_NO_HOTKEY (//)
Couldn't create hotkey object for %s!
;
MSG_NO_BROKER (//)
Couldn't create broker!
;
MSG_NO_CLIP (//)
Couldn't open clipboard unit %ld!
;
MSG_NO_MEM (//)
Not enough memory!
;
MSG_NO_PORT (//)
Couldn't create message port!
;
MSG_NO_SIGBIT (//)
Couldn't allocate signal bit!
;
MSG_ERROR_IN_ARGUMENTS (//)
Couldn't parse arguments:\n\
%s!
;
MSG_NO_MENUS (//)
Couldn't create menus!
;
MSG_ERROR_WRITE_CLIP (//)
Couldn't write clip to clipboard!
;
MSG_ERROR_READ_CLIP (//)
Couldn't read clip from clipboard!
;
MSG_ERROR_RANGE (//)
%s is out of range (%ld to %ld)!
;
MSG_WINDOW_TITLE (//50)
%s: Hotkey = <%s>
;
MSG_NO_VISUALINFO (//)
Couldn't get visual information!
;
MSG_NO_DEF_PUBSCREEN (//)
Couldn't find default public screen!
;
MSG_NO_PUBSCREEN (//)
Couldn't find public screen %s!
;
MSG_NO_WINDOW (//)
Couldn't open window!
;
MSG_NO_GADGETS (//)
Coudln't create gadgets!
;
MSG_NO_CLIP_MEM (//)
Not enough memory to save clip!
;
MSG_NO_RESIZE (//)
Couldn't resize gadgets!
;
MSG_NO_LIB (//)
Couldn't open %s\n\
version %ld or higher!
;
MSG_DOS_ERROR (//88)
DOS error %ld
;
MSG_NO_FONT (//)
Couldn't open %s\n\
with the size %d!
;
MSG_TITLE (//40)
ClipHistory by Magnus Holmgren
;
MSG_DESCRIPTION (//40)
Adds a history to the clipboard
;
MSG_QUIT_GAD (//)
Quit
;
MSG_OK_GAD (//)
Ok \
MSG_OK_CANCEL_GAD (//)
Ok |Cancel
;
; The last three "%s" is to display the name of the ARexx-port.
; First %s is MSG_PORTNAME, second %s is the actual name, and
; the third simply holds a linefeed.
;
MSG_ABOUT (//)
ClipHistory %s\n\
A history for the clipboard\n\
© 1994 Magnus Holmgren\n\
\n\
Compile date: %s\n\
%s%s%s\n\
Clipboard unit: %ld\n\
Size of history: %ld bytes\n\
Number of clips: %ld
;
MSG_REALLY_DELETE (//)
Really delete this clip?
;
MSG_REALLY_CLEAR (//)
Really delete ALL clips?
;
MSG_ERROR_WRITE (//)
Couldn't write clip to file\n\
\"%s\":\n\
%s!
;
MSG_ERROR_FIND_DIR (//)
Couldn't find drawer\n\
\"%s\":\n\
%s!
;
MSG_FILEREQ_TITLE (//)
Select file to save clip to
;
MSG_ERROR_GET_ICON (//)
Couldn't find any icon for\n\
\"%s\":\n\
%s!
;
MSG_ERROR_WRITE_ICON (//)
Couldn't write the icon for\n\
\"%s\":\n\
%s!
;
; ** 2.0 **
;
MSG_NO_VIEW_IO (//)
Coulnd't get I/O handles for viewer program!
;
MSG_NO_VIEW_TASK (//)
Couldn't start Shell for viewer program!
;
MSG_RUN_QUIT_GAD (//)
Keep running|Quit
;
MSG_NO_REXXPORT (//)
Couldn't create Rexx port named \"%s\"!
;
MSG_BAD_CLIP_DATA (//)
The clipboard doesn't contain valid IFF data!
;
MSG_ERROR_LONG_PATH (//)
Path too long!
;
MSG_HOST_CLOSING (//)
Host closing down!
;
MSG_DEF_FILEREQ_TITLE (//)
Select a file
;
MSG_OPENCLIP_TITLE (//)
Select file to open as clip
;
MSG_ERROR_WRITE_FILE_CLIP (//)
Couldn't write\n\
\"%s\"\n\
to the clipboard!
;
MSG_ERROR_OPEN (//)
Couldn't open \"%s\":\n\
%s!
MSG_ERROR_READ (//)
Couldn't read \"%s\":\n\
%s!
;
MSG_OPEN_CLIP_ITEM (//)
1\0Open clipboard...
;
MSG_SAVE_CLIP_ITEM (//)
2\0Save clipboard as...
;
MSG_SHOW_CLIP_ITEM (//)
3\0Show clipboard...
;
MSG_CLEAR_CB_ITEM (//)
4\0Clear clipboard
;
MSG_SHOW_ITEM (//)
W\0Show item...
;
MSG_HISTORY_MENU (//)
History
;
MSG_CLIP_EMPTY (//)
The clipboard is empty
;
MSG_NO_SET_REXXVAR (//)
Unable to set Rexx variable
;
MSG_PORTNAME (//)
Name of ARexx-port: \
;